home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 316_01 / read.me < prev    next >
Text File  |  1990-05-14  |  1KB  |  40 lines

  1.         READ.ME
  2.         =======
  3.  
  4. This is AS8, a crossassembler for the ZILOG Z8.
  5.  
  6. The following files (plus the one, you are currently
  7. reading) are part of the distribution:
  8.  
  9. READ     ME      1170   1-12-90   9:52p
  10. AS8      DOC    10047   1-12-90   9:51p
  11. AS8      C      32276   1-12-90  10:07p
  12. AS8      EXE    25439   1-12-90  10:08p
  13. MUL      Z8       361   1-09-90  10:11p
  14. BCD      Z8       331   1-01-80   1:26a
  15. Z8TST    Z8      1226   1-11-90  10:34p
  16. DIV      Z8       439   1-01-80   1:26a
  17. TOD      Z8       518   1-01-80   1:29a
  18. SIO      Z8       512   6-13-88   6:22p
  19. TIME     C        375  12-30-89  10:22p
  20. Z8TST    L       5067   1-12-90  10:08p
  21.  
  22. The files with the extension .z8 are test files from
  23. the ZILOG document:
  24.  
  25. 'A Programmer's Guid to the Z8 Microcomputer'
  26.  
  27. The file 'as8.c' is the source code of the crosassembler.
  28.  
  29. 'as8.doc' is a brief manual of as8.
  30.  
  31. The file 'z8tst.z8' is a test-file to show some
  32. features of AS8. Assemble it by typing
  33.  
  34.     as8 -l z8tst.z8
  35.  
  36. A short list of error messages will show up on the
  37. screen. It is because there are some errors in the
  38. source which must produce an error message at
  39. assembly time.
  40.